Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/48. Search and Highlight/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/48. Search and Highlight/app.js
14 Views
0 Comments
const p = document.getElementById("p");
const searchBtn = document.getElementById("searchBtn");

searchBtn.addEventListener("cli
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/48. Search and Highlight/index.html
21 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/48. Search and Highlight/style.css
12 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
width: 100%;